//==============================================================================
// oracle hero_anim.txt
// Fixed the hero glow (birth and death) and soulborn ~WarriorMario
//==============================================================================

//==============================================================================
define SunLight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A God Power Summon Sunlight
      }
   }
}


//==============================================================================
define GroundGlow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A God Power Summon GroundGlow
      }
   }
}

//==============================================================================
define LOS
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Oracle LOS
      }
   }
}

//==============================================================================
define heroglow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Glow Small
      }
   }
}


//==============================================================================
define LOSsparkle
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Oracle LOSsparkle
      }
   }
}

//==============================================================================
define soul
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul
      }
   }
}

//==============================================================================
define soulborn
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero SoulBorn
      }
   }
}

//==============================================================================
define soulaurora
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Aurora
      }
   }
}

//==============================================================================
define heavenlight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Heaven Light
      }
   }
}

//==============================================================================
define soulbirth
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Birth
      }
   }
}

//==============================================================================
define soulauroraborn
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul AuroraBorn
      }
   }
}

//==============================================================================
anim Idle
{
	SetSelector
	{
		ContainLogic
		set hotspot
		{
			version
         {
				Visual Special X OracleH_idleA
				Connect FRONTABDOMEN heroglow hotspot
         }
		}
		set hotspot
		{
			version
         {
				Visual Special X OracleH_CarryIdleA
				Connect FRONTABDOMEN heroglow hotspot
         }
		}
	}
}

//==============================================================================
anim Heal
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special X OracleH_MaxLOS
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.00 false Heal checkVisible 
//-- end auto generated section
				Connect FRONTABDOMEN heroglow hotspot
				Connect LAUNCHPOINT staffglow hotspot
         }
      }
   }
}

//==============================================================================
anim Attack
{
	SetSelector
	{
		ContainLogic
		set hotspot
		{
			version
         {
				Visual Special X OracleH_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.36 true   
            tag GenericSound 0.40 true   
//-- end auto generated section
				Connect FRONTABDOMEN heroglow hotspot
         }
		}
	}
}
//==============================================================================
anim Bored
{
	SetSelector
	{
		ContainLogic
		set hotspot
		{
			version
			{
				Visual Special X OracleH_BoredA
				Connect FRONTABDOMEN heroglow hotspot
			}
		}
		set hotspot
		{
			version
			{
				Visual Special X OracleH_carryboredA
				Connect FRONTABDOMEN heroglow hotspot
			}
		}
	}
}

//==============================================================================
anim Walk
{
	SetSelector
	{
		ContainLogic
		set hotspot
		{
			version
         {
				Visual Special X OracleH_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.00 true   
            tag FootstepRight 0.50 true   
//-- end auto generated section
				Connect FRONTABDOMEN heroglow hotspot
         }
		}
		set hotspot
		{
			version
         {
				Visual Special X OracleH_CarryA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.00 true   
            tag FootstepRight 0.50 true   
//-- end auto generated section
				Connect FRONTABDOMEN heroglow hotspot
         }
		}
	}
}

//==============================================================================
anim Death
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				Visual Special X OracleH_DeathA
				connect ATTACHPOINT soul hotspot
				connect ATTACHPOINT soulaurora hotspot
				connect ATTACHPOINT heavenlight hotspot
				connect ATTACHPOINT soulbirth hotspot
				Connect FRONTABDOMEN heroglow hotspot
			}
		}
	}
}

//==============================================================================
anim Recover
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special X OracleH_recoverA
				Connect FRONTABDOMEN heroglow hotspot
				connect hotspot sunlight hotspot
				connect hotspot groundglow hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				Visual Special X OracleH_FlailA
				Connect FRONTABDOMEN heroglow hotspot
			}
		}
	}
}

//==============================================================================
anim MaxLOS
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special X OracleH_MaxLOS
				Connect LEFTHAND LOS hotspot
				Connect LEFTHAND LOSsparkle hotspot
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Birth
{
   SetSelector
   {
	   set hotspot
	   {
	      version
	      {
				Visual Special X OracleH_birthA
				connect ATTACHPOINT soulborn hotspot
				connect ATTACHPOINT soulauroraborn hotspot
				connect ATTACHPOINT heavenlight hotspot
				Connect FRONTABDOMEN heroglow hotspot
				Connect ATTACHPOINT soulborn hotspot
	      }
	   }
   }
}
